


/* --------------浏览器滚动条----------------------- */
::-webkit-scrollbar {height:11px;width:11px}
::-webkit-scrollbar-button {height:0;width:0}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display:block}
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {display:none}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-style:solid;border-color:transparent}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{background-clip:padding-box;background-color:#fff;}
::-webkit-scrollbar-thumb {-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.2);min-height:28px;padding-top:100}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4)}
::-webkit-scrollbar-thumb:active {-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);background-color:rgba(0,0,0,.5)}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-width:0;}
::-webkit-scrollbar-track:hover {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);background-color:rgba(0,0,0,.05)}
::-webkit-scrollbar-track:active {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);background-color:rgba(0,0,0,.05)}


@-webkit-keyframes spinAround {from {-webkit-transform: rotate(0deg)}to {-webkit-transform: rotate(360deg);}}
@-moz-keyframes spinAround {from {-moz-transform: rotate(0deg)}to {	-moz-transform: rotate(360deg);}}
@keyframes spinAround {from {transform: rotate(0deg)}to {transform: rotate(360deg);}}

:-moz-placeholder {color: #aaa;}
::-moz-placeholder {color: #aaa;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #aaa;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #aaa;}

.filler { position: absolute; display: block; -webkit-transition: 0.6s ease 0s; -moz-transition: 0.6s 0s; -o-transition: 0.6s 0s; transition: 0.6s 0s; }
.filler { background-color: #1d3994; z-index: 5; }
.filler-left { width: 3px; height: 0%; left: 0%; bottom: 0%; }
.filler-right { width: 3px; height: 0%; right: 0%; top: 0%; }
.filler-top { width: 0%; height: 3px; left: 0%; top: 0%; }
.filler-bottom { width: 0%; height: 3px; right: 0%; bottom: 0%; }


.b{font-weight:bold}
.red{ color:#ee4433 !important}

.wrapper{ width:1200px; margin:0 auto; }

#message{ width:400px; padding:30px 40px 40px; background:#fff; margin:0 auto; border:1px #ddd dashed; position:relative;top:150px; text-align:center}
#message .msg{ margin-bottom:20px; font-size:15px; font-weight:bold;font-family:Tahoma, "microsoft Yahei"; line-height:26px;}
#message .msg a{ text-decoration:underline; color:#0066cc} 
#message .msg a:hover{ color:#ff0000; text-decoration:none}



.right-slide-link{ width: 90px; height:90px; position:absolute; right:0;top:0;background:#436dc2;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; z-index:10 ; padding-top:53px; overflow:hidden; text-align:center; cursor:pointer}
.right-slide-link i{ font-size:40px; color:#fff; position:absolute; left:50%; margin-left:-20px;top:15px; z-index:2; -webkit-transition: all 400ms; transition: all 400ms; display:block}
.right-slide-link span{ display:block; margin-top:0px;font-weight:bold; color:#fff ; position:relative; z-index:2;-webkit-transition: all 400ms; transition: all 400ms; }
.right-slide-link:hover{ background-color:#007dbf;}

.search-form{ padding:10px; position:absolute; left:50%; margin-left:354px; background-color:#f2f2f2;box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3); }
.search-form .input{ background-color:#fff; line-height:20px; padding:10px; width:180px; border:0; float:left}
.search-form .hover{ background-color:#fff; color:#007dbf;}
.search-form button{ background-color:#007dbf; color:#fff; font-size:18px; width:46px; height:40px; float:left; border:0; cursor:pointer;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.search-form button i{ font-size:20px;}
.search-form button:hover{ background-color:#76b632}


@media (max-width:1350px){
	.right-slide-link{ display:none}
}





/* --------------右侧跟随---------------------- */
#follow-btn{ position:fixed; bottom:-200px; z-index:1001;transition: all 850ms cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 850ms cubic-bezier(0.215,.61,.215,1);-moz-transition: all 850ms cubic-bezier(0.215,.61,.215,1);-o-transition: all 850ms cubic-bezier(0.215,.61,.215,1);}
#follow-btn a{ display:block; background-color:rgba(0,0,0,0.05); color:#aaa; width:50px; height:50px;  text-align:center; -webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;transition: background-color 0.3s; position:relative;border-radius:3px }
#follow-btn a i{font-size:28px; line-height:50px;}
#follow-btn a:hover{ background-color:#0062a6; color:#FFF}

@media (max-width:1250px){
	#follow-btn{ display:none}
}





.body-mask{ width:100%; height:100%; position:fixed; z-index:10000; left:0;top:0; background-color:#000;opacity: 0;filter:alpha(opacity=50);visibility:hidden;transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}
.right-slide{ width:380px; height:100%; position:fixed; z-index:10001; right:-380px; visibility:hidden;top:0; background-color:#0062a6;transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}
.right-slide h2{ height:90px; background-color:#0062a6; padding:35px 40px 0; color:#fff; font-size:22px}
.right-slide h2 i{ font-weight:normal; font-size:22px; position:relative;top:0px; margin-right:5px;}
.right-slide .list{ margin-top:0px; margin:0 20px 0 45px; border-top:2px #0071bf solid; padding-top:20px;}
.right-slide .list a{ display: block; color:#c4cde9; font-size:12px; margin-bottom:10px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.right-slide .list a i{ margin-right:5px; font-size:13px;}
.right-slide .list a:hover{ color:#fff; }
.right-slide .weixin{ margin-top:30px; padding:0 45px; color:#fff; font-weight:bold}
.right-slide .weixin i{ color:#88d03a; margin-left:10px; font-size:30px; }
.right-slide .weixin img{ display:block; width:170px; margin-top:20px; background-color:#fff}
.right-slide .weixin span{ display:block; width:170px; margin-top:10px; font-size:12px; text-align:center}
.right-slide .close-btn{width: 56px;height: 56px;display: block;position:absolute;right:30px;top:20px;transition: 300ms;-webkit-transition: 300ms;z-index: 100; cursor:pointer}
.right-slide .close-btn i{background: url(../images/close4.png) no-repeat scroll center center;width: 100%;height: 100%;display: block;transition: 400ms;-webkit-transition: 400ms;}
.right-slide .close-btn:hover i{transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-moz-transform: rotate(90deg);}

.right-slide-on .body-mask{opacity: 0.5;visibility:visible;}
.right-slide-on .right-slide{ right:0;visibility:visible;}


#pages{ width:100%; text-align:center; line-height:30px; margin-top:20px;}
.box{ background:#f7f5f4; overflow:hidden; width:100%; padding-bottom:35px; border-bottom:1px #e8e8e8 solid;}


.page-wrapper{-webkit-animation: fadeInUp4 1.4s 2.6s ease both;
-o-animation: fadeInUp4 1.4s 1.6s ease both;
animation: fadeInUp4 1.4s 1.6s ease both;
-moz-animation: fadeInUp4 1.4s 1.6s ease both;}

.page-banner{ width:100%; position:relative; /*height:300px;*/ height:250px; overflow:hidden;min-width:1200px; z-index:1;} 
.page-banner .image-con{ overflow:hidden; height:100%; width:100%; position:relative;transition: all 1.5s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 1.5s cubic-bezier(0.215,.61,.215,1);transform:scale(1.1);-webkit-transform:scale(1.1);}
.page-banner .image-con .image{ height:100%; width:100%; background-repeat:no-repeat; background-size:cover; background-position: center top}
.page-banner .pic{ position:absolute; left:50%; margin-left:0px;top:100%;transition: all 2.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 2.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}
.page-banner.hover .image-con{transform:scale(1);-webkit-transform:scale(1);}
.page-banner.hover .pic{top:35px}



.location{position:relative; height:50px; line-height:50px;  margin:0 auto; overflow:hidden; font-size:14px; color:#aaa;}
.location a{ color:#666}
.location a:hover{ text-decoration:underline; color:#005abc}
.location i{ margin-right:8px; color:#bbb}
.location span{ margin: 0 3px}

.page-top .location{height:30px; line-height:30px;  float:right}


.page{ position:relative; width:1200px; margin:0px auto 0; padding-bottom:40px; /*margin-top:-75px;*/ margin-top:8px; z-index:2 }

.page-left{ width:20%; float:left;  position:relative }
.page-left h2{ background:url(../images/banner-p-bg.png);height:75px; padding:19px 40px 0; color:#fff;box-sizing: border-box;}
.page-left h2 strong{ font-size:18px; font-weight:normal; display:block; height:26px; }
.page-left h2 span{ font-size:13px; display:block; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.page-left ul{ background-color:#fff;box-shadow: 6px 6px 0px rgba(0,0,0,.02);  padding:5px 20px 10px }
.page-left ul li{ position:relative;border-top:1px #eee solid; }
.page-left ul li:first-child{ border-top:0}
.page-left ul li a{ display:block;  text-indent:20px;  line-height:50px; font-size:15px;-webkit-transition:background-color .25s,border .25s;transition:background-color .25s,border .25s; color:#444;}
.page-left ul li a:hover{ color:#6ebb51; }
.page-left ul li a.current{ font-weight:bold; color:#6ebb51 }
.page-left ul li a i{ display:block; width:24px; height:24px; overflow:hidden; font-size:13px; line-height:22px; text-indent:0;   position:absolute; right:0;top:15px; font-weight:normal}
.page-left ul li dl{ position:relative;border-top:1px #2945a2 solid; padding:10px 0;}
.page-left ul li dl a{ border-bottom:0;line-height:30px; text-indent:43px; display:block; font-size:13px;color:#8a9dd7; position:relative}
.page-left ul li dl a:hover{ text-decoration:underline; color:#fff}
.page-left ul li dl a i{ position:absolute; left:20px;top:4px; font-size:16px;}
.page-left ul li:last-child{ border-bottom:0}
.page-left .online{ margin-top:10px;font-size:16px; color:#fff; display:none}
.page-left .online i{ font-size:40px; float:left; margin-right:10px; position:relative;top:4px}
.page-left .online span{ display:block; font-size:15px; height:22px;}
.page-left .online a{ color:#fff; display:block;padding:20px 0px 20px 30px; background-color:#007dbf;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.page-left .online a:hover{ background-color:#0062a6}
.page-left .qr{margin-top:10px; background-color:#42a5f5; padding:20px 20px 10px; color:#fff}
.page-left .qr img{ width:100%}
.page-left .qr p{ line-height:150%; padding-top:5px; text-align:center; margin-top:3px;}
.page-left .qr p strong{ display:block; font-size:16px;}

.page-right{ width:77.5%; float:right; padding:30px 40px 40px;box-shadow: 6px 6px 0px rgba(0,0,0,.02); min-height:490px; background:#fff; box-sizing: border-box;}

.page-top{font-size:22px; height:45px; border-bottom:1px #e6e6e6 solid;color:#333}
.page-top strong{ display:inline-block; height:45px; border-bottom:3px #6ebb51 solid; float:left; }


.about img{ max-width:100%;}

.about{ margin-top:30px; font-size:17px; line-height:28px;color: #5a5a5a;}
.about .about-content{ margin-top:30px}
.about .since{ height:128px; padding-top:10px; background:url(../images/since.gif) no-repeat; font-size:23px; font-weight:normal; color:#666 }
.about .since strong{color:#444; font-size:22px; font-weight:500;  display:block; margin-top:13px;}
.about .since span{ display:block; color:#ddd; font-size:13px; font-family:"NoveDemiBold"}
.about .about-content .content{  line-height:2;color:#5a5a5a; position:relative;}
.about .about-content .content h2{ margin-bottom:15px; font-size:18px; font-weight:bold; background:url(../images/about-h2-icon.gif) no-repeat; padding-left:30px; line-height:20px; color:#333 }
.about .about-content .content img{ margin-bottom:10px}
.about .about-content .content p{ margin-bottom:10px; }


.about .about-right{ width:300px; float:right}
.about .about-right .item-a{height:285px; background:url(../images/about-right-pic.jpg) no-repeat; padding:35px 40px 0; color:#fff;}
.about .about-right .item-a h2{ font-size:20px; font-weight:100}
.about .about-right .item-a h2 strong{font-weight:100}
.about .about-right .item-a h2 span{ display:block;font-family:"dincond-medium-webfont"; font-size:22px; margin-top:3px}
.about .about-right .item-a p{ margin-top:10px; font-size:12px; line-height:1.5}
.about .about-right .item-b{ margin-top:10px;}
.about .structure{ width:850px; float:left;}


/*新闻*/
.news-list1{ margin-top:20px;}
.news-list1 dl{  padding-top:20px;border-bottom:3px #eee solid; overflow:hidden; padding-bottom:30px; }
.news-list1 dl .image{ width:35.3%; float:left;}
.news-list1 dl .image img{ width:100%; height:160px}
.news-list1 dl .text{ width:62%; float:right}
.news-list1 dl strong{display:block; font-size:18px;  line-height:24px; /*white-space:nowrap; overflow:hidden; text-overflow:ellipsis;*/ }
.news-list1 dl em{ display:block;font-family:"dincond-medium-webfont"; font-weight:bold; color:#007dbf; font-size:23px;  margin-top:5px;}
.news-list1 dl p{ color:#999; margin-top:10px; line-height:1.8; font-size:14px;}
.news-list1 dl p a{ color:#007dbf; margin-left:10px; font-weight:bold}
.news-list1 dl p a:hover{ text-decoration:underline; color:#0062a6}
.news-list1 ul{}
.news-list1 ul li{ width:100%; overflow:hidden; clear:both; padding:30px 0;border-bottom:1px #eee solid; position:relative; }
.news-list1 ul li .date{ width:10%; float:left;font-family:"dincond-medium-webfont"}
.news-list1 ul li .date strong{ display:block; line-height:60px; background-color:#828d95; text-align:center; font-size:36px; color:#fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; font-weight:normal}
.news-list1 ul li .date span{ display:block; line-height:22px; text-align:center; font-size:16px; color:#fff; margin-top:1px; background-color:#ccc;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.news-list1 ul li .text{ width:87%; float:right; position:relative; margin-top:-2px;}
.news-list1 ul li .text strong{display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:16px; }
.news-list1 ul li .text strong a{ color:#333 }
.news-list1 ul li .text strong a:hover{ color:#1d3994}
.news-list1 ul li .text p{ line-height:2;  color:#999; margin-top:5px; font-size:14px;}
.news-list1 ul li:hover .date strong{ background-color:#0062a6;}
.news-list1 ul li:hover .date span{ background-color:#007dbf}


.news-list2{margin-top:30px;}
.news-list2 ul li{  padding:18px 0px 18px 0px; border-bottom:1px #eee solid;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; margin-top:-1px; position:relative; text-align:right}
.news-list2 ul li a{ display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float:left; max-width:700px; _width:700px; background:url(../images/li.gif) no-repeat 0 center; padding-left:15px; font-size:16px;}
.news-list2 ul li span{  font-size:12px; margin-top:10px; color:#999; background:url(../images/date.png) no-repeat 0 center; padding-left:16px;}


.news-view{ margin-top:40px; }
.news-view .news-info .text{}
.news-view .news-info .title{ color:#333; text-align:center; padding:0px 30px 20px;}
.news-view .news-info .title h1{font-size:24px; font-weight:300;line-height:36px;}
.news-view .news-info .title p{ font-family:"仿宋"; color:#888;font-size:16px; padding-top:10px;}
.news-view .news-info .info{color:#bbb; position:relative; padding:15px 20px; background-color:#f2f2f2; text-align:center;}
.news-view .news-info .info i{ padding-right:10px;}
.news-view .news-info .info span.source{margin-right: 18px;}
.news-view .news-info .info span.date{margin-right: 18px;}
.news-view .news-info .info span.hits{}
.news-view .news-info .info .share{ position:absolute; right:40px;top:14px;}
.news-view .news-info .yuanchuang{ background:#007dbf; border-radius:5px; padding:1px 5px; color:#fff; margin-right:10px;}

.news-view .content{ line-height:200% !important;  margin-top:20px;font-family:"微软雅黑"; font-size:17px; margin:30px 0px 40px 0px; color:#555;}
.news-view .content p{line-height:200% !important;}
.news-view .content span{line-height:240% !important;}
.news-view .content h3{  !important; font-size:16px !important;}
.news-view .content img{ max-width:100%;_width:100%;}
.news-view .other{ border-top:1px #eee solid; padding:20px 0px 15px; font-size:14px;}
.news-view .other .left{ color:#777;}
.news-view .other .left p{ height:30px;}
.news-view .other .left p a{ margin-left:3px;}
.news-view .other .right{float:right;color:#777}
.news-view .other .right a{ display:inline-block; padding:15px 20px; background-color:#bbb; color:#fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.news-view .other .right a i{ position:relative;top:3px; margin-right:3px; font-size:20px}
.news-view .other .right a:hover{ background-color:#999}
.news-view .download{ border-top:1px #ddd solid; padding:30px 0; margin-top:25px; padding-left:40px;}
.news-view .download h2{ font-size:15px; color:#d42121; height:25px;}
.news-view .download p{ padding:5px 0px; background:url(../images/word.gif) no-repeat 0 center; padding-left:25px;}
.news-view .download p a{ color:#0033FF; text-decoration:underline; font-size:14px;}
.news-view .download p a:hover{ text-decoration:none; color:#0033FF}



.news-view .pics{ background:#fff;  position:relative; overflow:hidden;margin:30px 40px 0px;}
.news-view .pics .list{}
.news-view .pics .list img{ max-width:770px; max-height:500px;}
.news-view .pics .list li{ display:none; text-align:center}
.news-view .pics .list li .title{ margin-top:10px; font-weight:bold}
.news-view .pics .prev{ width:421px; background:#fff;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0; display:block; position:absolute;top:0; left:0; z-index:100; height:800px;}
.news-view .pics .next{ width:421px; display:block; background:#fff;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;  position:absolute;top:0; right:0; z-index:100; height:800px;}
.news-view .pics .prev-btn{ display:block;z-index:50; width:70px; height:70px; background:url(../images/prev-btn.png) no-repeat; position:absolute;top:50%; margin-top:-35px; left:0; display:none}
.news-view .pics .next-btn{display:block; z-index:50; width:70px; height:70px; background:url(../images/next-btn.png) no-repeat; position:absolute;top:50%; margin-top:-35px; right:0; display:none}
.news-view .pics p{ font-size:12px; color:#fff; background:#babcc0;border-radius:5px; padding:8px 10px;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9; position:absolute;top:0px; right:20px; z-index:60}
.news-view .con_video_div{ margin:30px auto 0;}
.news-view .news-video-con{ margin:30px auto 0 !important; width:720px;height:520px;}
.news-view .news-video-con p{ text-align:center; margin-top:15px;}


.share span{ float:left; line-height:20px;}
.share a{ padding-left:20px; height: 20px; margin-left:6px; display: inline-block; background: url(../images/share.png); float: left;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.share a.i1{ background-position: 0px 0px;}
.share a.i2{ background-position: -50px 0px;}
.share a.i3{ background-position: -95px 0px;}
.share a.i1:hover{ background-position: 0px -20px;}
.share a.i2:hover{ background-position: -50px -20px;}
.share a.i3:hover{ background-position: -95px -20px;}


.search-top{ font-size:16px; margin-top:30px; padding:20px 30px; background-color:#f7f5f4}




.history  .history-top{ height:160px; padding-top:40px; padding-left:40px; position:relative; background:url(../images/history-bg.jpg) no-repeat #f4f4f4}
.history  .history-top .wrapper{}
.history  .history-top strong{ font-size:24px; font-weight:300}
.history  .history-top span{font-family:"dincond-medium-webfont"; font-size:32px; display:block; color:#fff; padding-top:5px;}
.history .item{transition: all 0.3s; -webkit-transition: all 0.3s;padding-left:120px; position:relative; border-bottom:1px #ddd dotted }
.history .item h2{ font-size:40px;font-family:"dincond-medium-webfont"; color:#007dbf; position:absolute; left:0px;top:29px; }
.history .item h2 span{ font-family:"Microsoft Yahei"; font-size:20px; position:relative;top:-3px}
.history .item ul li{ position:relative; padding:10px 0  7px 35px;border-left:2px #ddd solid;}
.history .item ul li h3{font-family:"dincond-medium-webfont"; font-size:26px; display:none }
.history .item ul li p{ line-height:2;font-size:14px; }
.history .item ul li .image{ margin-top:10px;}
.history .item ul li .image img{ width:360px; border-radius:5px; overflow:hidden}
.history .item ul li:after { content: ",,"; display: block; width:17px;height:17px; background:url(../images/line-icon.png) no-repeat; position:absolute; left:-9px;top:16px; text-indent:-10000px}
.history .item ul li:first-child{ padding-top:40px}
.history .item ul li:first-child:after{top:47px} 
.history .item ul li:last-child{ padding-bottom:30px}
.history .item:last-child{ border:0;}
.history .item.hover{ background-color:#f1eff1}


.job-list{ margin-top:30px;}
.job-list table{ width:100%; }
.job-list th{ padding:20px 15px;text-align:left;background-color:#f1eff1; font-size:14px; color:#666}
.job-list td{ padding:12px 15px; color:#747979; border-bottom:1px #eee solid; font-size:14px; }
.job-list td a{font-weight:bold; font-size:14px;}
.job-list a.link{ display:block; width:100px; background:#007dbf; color:#fff;  text-align:center; line-height:36px; font-size:12px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; font-weight:normal}
.job-list a.link:hover{ background:#79ba33; text-decoration:none}
.job-list-right{ width:300px; float:right; margin-top:30px;}

.job-view{ }
.job-left{ background:url(../images/jianli.png) no-repeat center 30px #fff; width:270px;  float:left;height:320px; padding-top:220px;}
.job-left a{ height:52px; display:block;line-height:52px;  text-align:center; color:#fff;background:#007dbf;border-radius: 30px; font-size:16px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; width:60%; margin-left:20%}
.job-left a:hover{ background-color:#7aba35}
.job-right{  float:right; width:930px; background-color:#fff; border:1px #e8e8e8 solid; padding:40px;box-shadow: 6px 6px 0px rgba(0,0,0,.02);}
.job-view h1{ margin-bottom:30px; border-bottom:1px #e8e8e8 solid;height:40px;}
.job-view h1 strong{ display:inline-block; border-bottom:2px #007dbf solid; font-size:24px; height:40px; overflow:hidden; color:#333; font-weight:normal}
.job-view .job-info table{ width:100%; background:#fff; font-size:14px;border-spacing:1px;border-collapse: separate;  }
.job-view .job-info table th{ background:#eee; padding:10px 15px; font-weight:normal; text-align:left; }
.job-view .job-info table td{ background:#fafafa; padding:10px 15px; color:#888}
.job-view .job-info table td h2{ font-size:22px; color:#747979}
.job-view .item{ margin-top:40px; line-height:180%; color:#5c5c5c}
.job-view .item h3{ font-size:22px; font-weight:normal; color:#333; margin-bottom:15px;}
.job-view .item p{ margin-bottom:10px;}
.job-view .share{ margin-top:20px; height:40px;}
.job-view .btns{ margin-top:20px;}
.job-view .btns a{ display:block; width:100px; font-size:16px; font-weight:bold; text-align:center; padding:15px 30px; background:url(../images/time-bg.png) no-repeat; font-size:14px;  color:#fff; margin:0 auto;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}
.job-view .btns a:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.job-view .item ul{ margin-top:10px;}
.job-view .item li a{ color:#0088e6; background:url(../images/word.gif) no-repeat 0 center; padding-left:25px;}
.job-view .item li a:hover{ text-decoration:underline}

.company-list{ }
.company-list .intro{ line-height:26px; padding:15px 30px; background-color:#005bac; color:#fff}
.company-list .intro b{margin:0 3px}
.company-list .list{ position:relative; }
.company-list .list li{ padding:30px 0; border-bottom:1px #ccc dotted; height:220px;}
.company-list .list li:last-child{border:0}
.company-list .list li div.text{width:69.4%; float:right; }
.company-list .list li h2{font-size:16px;font-weight:bold}
.company-list .list li p{padding-top:12px; line-height:1.8;color:#999;font-size:13px}
.company-list .list li img{ display:block; width:100%; height:150px; position:relative; z-index:2; border:1px #ddd solid;padding:4px; background:#fff;}
.company-list .list li a.image{ display:block; width:26.5%; height:150px; float:left; position:relative;}
.company-list .list li a.image em{ display:block; width:100%; height:150px; background:#eee; position:absolute; left:4px;top:4px}
.company-list .list li a.image s.s1{ display:block; width:66px; height:65px; background:url(../images/konggu.png) no-repeat; position:absolute; left:5px;top:5px; z-index:3}
.company-list .list li a.image s.s2{ display:block; width:66px; height:65px; background:url(../images/cangu.png) no-repeat; position:absolute; left:5px;top:5px; z-index:3}
.company-list .list li p a.more{ display:block; width:123px; height:28px; background:url(../images/btn-view.gif) no-repeat; line-height:28px; text-indent:15px; color:#fff; margin-top:15px; font-size:12px;}
.company-list .list li p a.more:hover{ text-decoration:underline}



.pics-list{overflow:hidden; margin-top:20px; }
.pics-list ul{ width:940px;}
.pics-list ul li{ width:260px; float:left; margin-right:30px; margin-top:30px;border:1px #e2e2e2 solid; overflow:hidden;}
.pics-list ul li .image{width:260px;height:170px; overflow:hidden; position:relative; perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; text-align:center ;}
.pics-list ul li img{ width:100%; height:170px;}
.pics-list ul li a{ display: block;width: 100%; height: 100%; position:absolute; left:0;top:0}
.pics-list ul li .title{ text-align:center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; overflow:hidden; background:url(../images/pic-title-bg.gif) repeat-x 0 bottom #fff; padding: 10px 10px 15px; max-height:60px; line-height:20px; font-size:14px;}


.project-list{ width:1200px; margin:0px auto}
.project-list .item{ background-color:#fff;box-shadow: 6px 6px 0px rgba(0,0,0,.02); margin-bottom:30px;transition: all 0.3s; -webkit-transition: all 0.3s; position:relative; overflow:hidden }
.project-list .item .image{ width:37.5%;height:300px; float:left; position:relative; overflow:hidden}
.project-list .item .image img{ width:100%; height:100%;transition: all 1s; -webkit-transition: all 1s;}
.project-list .item .image em{ display:block; width:35px; height:35px; background:url(../images/well.png) no-repeat; position:absolute; right:10px;top:10px}
.project-list .item .image em.icon-off{ background:url(../images/off.png) no-repeat}
.project-list .item .image em.icon-hot{ background:url(../images/hot.png) no-repeat}
.project-list .item .logo{ position:absolute; left:0;top:0; width:450px;height:300px; z-index:2;transition: all 0.5s; -webkit-transition: all 0.5s;filter:alpha(opacity=0);opacity:0; }
.project-list .item .logo img{ width:100%; height:100%;}
.project-list .item .text{ width:62.5%; float:right; padding:35px 40px 0;}
.project-list .item .text h2 {padding-bottom:15px; border-bottom:1px #e2e2e2 solid; margin-bottom:15px; }
.project-list .item .text h2 strong{ font-size:24px; font-weight:300}
.project-list .item .text h2 span{ color:#888; margin-left:20px; font-size:14px; font-weight:normal; }
.project-list .item .text p{ line-height:2; font-size:14px; color:#333;}
.project-list .item .text a.more{ display:block; width:120px; background-color:#8dca4c; color:#fff; text-align:center; line-height:40px; margin-top:20px;transition: all 0.3s; -webkit-transition: all 0.3s;/* visibility:hidden;filter:alpha(opacity=0);opacity:0; margin-left:20px */}
.project-list .item .text a.more:hover{ background-color:#78ba32}
.project-list .item:hover .logo{filter:alpha(opacity=100);opacity:1;}
.project-list .item:hover .image img{transform:scale(1.1);-webkit-transform:scale(1.1);}


.honor-nav{ width:296px; margin:40px auto 20px auto;  text-align:center;height:53px;}
.honor-nav li{ width:144px; float:left; text-align:center; margin:0px 2px;}
.honor-nav a{ width:100%; display:inline-block; line-height:53px; color:#5a5a5a; background-color:#f2f2f2; font-size:16px; border-bottom:3px #e2e2e2 solid;  border-radius:5px;}
.honor-nav .navon a{ background-color:#006db8; border-bottom:3px #006db8 solid; color:#fff;}




/*---------------视频---------------*/
.video-list{ width:100%; margin-top:30px; overflow:hidden;}
.video-list ul{ width:102%; }
.video-list ul li{ width:48%; float:left; margin-right:2%; position:relative; margin-bottom:20px;}
.video-list ul li .image{ overflow:hidden; position:relative}
.video-list ul li .image img{ width:100%;height:250px;-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-o-transition-duration:1s; display:block}
.video-list ul li .image:before{content:"";display:block;width: 100%;height:30px; background-color:#222;; position:absolute; left:0;top:0; z-index:2}
.video-list ul li .image:after{content:"";display:block;width: 100%;height:30px; background-color:#222;; position:absolute; left:0;bottom:0px; z-index:2}
.video-list ul li strong{ display:block; font-size:14px; font-weight:normal; line-height:40px; text-align:center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.video-list ul li i{ font-size:60px; display:block; position:absolute; left:50%; margin-left:-30px;top:50%; margin-top:-56px; color:#fff; z-index:3}
.video-list ul li .mask{ width:100%; height:100%; position:absolute; left:0;top:0; background-color:#000;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity: 0.3;opacity: 0.3;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.video-list ul li:hover .mask{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
.video-list ul li:hover .image img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.video-list ul li.hover{-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}


.video_shuoming{ line-height:30px; margin-bottom:15px; overflow:hidden;}
.video_shuoming,.nr_video{ width:100%; text-align:center;}
#divContent{ max-width:100%;}


/*领导团队*/

.tuandui_a{ width:100%; clear:both;background:#f1eff1; overflow:hidden;}
/*
.tuandui_a .image{ width:29.5%; float:left}
.tuandui_a .text{ width:68%; float:right; padding:30px 2%;}
*/
.tuandui_a .image{ display:none;}
.tuandui_a .image image{ width:100%;}
.tuandui_a .text{ width:96%; margin:0px auto; padding:30px 2%;}
.tuandui_a .text h2{ margin-bottom:20px;}
.tuandui_a .text h2 strong{ display:block; font-size:32px; font-weight:100}
.tuandui_a .text h2 span{ display:block; margin-top:15px; font-weight:400; font-size:17px;}
.tuandui_a .text p{ line-height:1.8; margin-bottom:10px; color:#7a7a7a} 
.tuandui_b{ width:100%; clear:both; overflow:hidden; margin-top:20px;}
.tuandui_b ul{ width:102%;}
.tuandui_b ul li{ width:48%; float:left; margin-right:2%; margin-bottom:2%;height:150px; background-color:#f1eff1;  padding:2%; overflow:hidden;}
.tuandui_b ul li h3{ font-size:22px; margin-bottom:15px}
.tuandui_b ul li p{ margin-bottom:10px; color:#7a7a7a; line-height:1.8}

.tuandui_c{ width:100%; display:block; clear:both; text-align:center; margin:20px auto 20px auto; background:#007dbf; border-radius:4px 4px 0px 0px;}
.tuandui_c p{ font-size:24px; color:#fff; padding:15px 0px;}
/*公示列表*/



.map{width:100%;height:550px;}
.about #map img{ max-width:none;}


/*分页*/
.dede_pages ul{ text-align:center; width:100%;
}
.dede_pages ul a{     display: inline-block;
    padding: 9px 15px;
    background-color: #fff;
    color: #888;
    margin: 0 2px;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    border: 1px #ddd solid;
    border-radius: 3px;
}

#pages{ text-align:center; padding-top:25px; height:90px;}
#pages li{ float:left; display:inline-block;}
#pages a{ display:inline-block; padding:4px 15px; background-color:#fff; color:#888; margin:0 2px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; border:1px #ddd solid; border-radius:3px; font-size:14px;}
#pages a:hover,#pages .active{ background-color:#006db8; border-color:#006db8; color:#fff; overflow:hidden;}
#pages a.active{ background-color:#006db8;border-color:#006db8; color:#fff}
#pages a.prev,#pages a.next{ font-size:14px;} 
#pages span{display:inline-block; padding:4px 15px; border-radius:3px;}




.pageinfo{ display:block; text-align:center; width:100%;}

.daohang a:hover,.daohang a{transition: all .3s ease-out 0s;}
.daohang{ margin:18px auto 10px auto;}
.daohang a{ display:block; border-radius:10px; width:100px; height:30px; line-height:30px; text-align:center; background:#006db8; font-size:14px; color:#fff;}
.daohang a:hover{ background:#517cc3;}


.zhaopin01{ width:100%; clear:both; margin:30px auto 0px auto;}
.zhaopin01 p{ font-size:15px; color:#333; line-height:28px; text-indent:2rem;}





.m_news-list{ width:100%; overflow:hidden; clear:both; margin:10px auto;}
.m_news-list dl{padding: 15px 0; overflow:hidden;  border-bottom: 1px #f2f2f2 solid; clear:both; width:100%;}
.m_news-list dt{ float:left; width:32%;}
.m_news-list dt img{ width:100%;}
.m_news-list dd{ float:right; width:65%;}
.m_news-list dd h2 {color: #222; font-size:18px; font-weight:100; margin-top:-3px; line-height:25px;}
.m_news-list dd p{color: #bbb; font-size: 15px; padding-top:5px;}
.m_news-list a:hover h2,.m_news-list a:hover p,.m_news-list a:hover .m_news-list_nr {color: #fff;}
.m_news-list_nr{color: #aaa; margin-top: 10px;  line-height: 1.8; font-size: 14px;}
.m_news-list a:hover dl{ background:#6ebb51; border-radius:5px;}
.m_news-list a:hover dt img{ border-radius:5px;}


/*加载更多*/


.tc { margin:20px auto;
    text-align: center;
}

.tc .btn{display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #666;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;}
	
.loadmore-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 2.4em;
}
style.css:1873
.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;	
	
}
	
.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}
	

.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em; left:45%;
    background-color: #FFFFFF;
    color: #808080;
}





 @media (max-width: 1200px) {
.wrapper,.page,.project-list{ width:98%; margin-left:auto; margin-right:auto;	} 
.page-banner{ min-width:98%;}
	 }
 @media (max-width: 1024px) {
.about,.news-view .content{ font-size:15px;}
.news-list2 ul li a {max-width:83%;  _width: 83%; font-size: 15px;}

 }
 @media (max-width: 768px) {
.page-left h2 {padding: 19px 15px 0;}
.page-left ul {padding: 5px 10px 10px;}
.page-right{ padding:30px 20px 40px;}
.news-view .news-info .title h1 {font-size: 18px; line-height: 30px;}
.news-view { margin-top: 30px;}
.news-view .news-info .title{ padding:10px 0px;}

.news-list2 ul li{ text-align:left;padding: 10px 0px;}
.news-list2 ul li a{ max-width:98%; width:98%; margin-left:auto; margin-right:auto; float:none; overflow:auto; white-space:inherit; background: url(../images/li.gif) no-repeat 0 8px; line-height:26px;font-size: 16px;}
.news-list2 ul li span{ float:none; width:100%; text-align:left; padding-left:0px; display:none;}
.news-list2 { margin-top: 20px;}
 }
 
 
  @media (max-width: 767px) {
.page{ padding-bottom:10px;}
.page-left{ display:none;}
.page-right{ float:none; width:100%;padding: 25px 1% 10px;min-height:auto;}	
.news-list2 ul li a{ float:left; text-align:left;}
 
 }
 
  @media (max-width: 640px) {
.news-view .content { margin: 15px 0px 20px 0px;	 } 
.m_news-list dd h2 {color: #444; font-size:16px; font-weight:100; margin-top:-3px;}
.m_news-list dd p{color: #bbb; font-size: 15px; padding-top:5px;}
.m_news-list_nr{ display:none;}
.news-list1 ul li .date {  width: 11%;}
.news-list1 ul li .text { width: 86%;}
.news-list1 ul li .date span { font-size: 12px;}
.news-list1 ul li .date strong {font-size: 28px;}


 }
  @media (max-width: 480px) {
.news-view .news-info .info span.source{ display:none;}	
.news-view .other .left p{ height:auto; padding-bottom:5px;} 
.video-list ul li { width: 100%; float:none; margin-right:auto;}
.location{ font-size:12px;}
.news-list2 ul li a{ width:100%; float:none; clear:both;}
.page-right { padding: 15px 1% 10px;}
.page-banner{ height:200px;}
.news-view {margin-top: 10px;}
.job-list a.link { width: 80px; line-height: 30px; }
 
  @media (max-width: 425px) {
.news-list1 ul li .date {  width: 13%;}
.news-list1 ul li .text { width: 84%;}	 
 }
 
  @media (max-width: 375px) {
	 
 }